home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Star Trek Starfleet Academy Mini Omnipedia
/
MINI_OMNI.ISO
/
pc
/
omni_v2.dxr
/
00317_entering ss animation.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-04-15
|
219 b
|
8 lines
on exitFrame
global gVideoPath, gPDL
set Lmypath to gVideoPath & "S" & gPDL & "SS_LOGO.MOV"
if the fileName of cast "SS_LOGO.MOV" <> Lmypath then
set the fileName of cast "SS_LOGO.MOV" to Lmypath
end if
end